type net/http.connectMethodKey
15 uses
net/http (current package)
transport.go#L98: idleConn map[connectMethodKey][]*persistConn // most recently used at end
transport.go#L99: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L109: connsPerHost map[connectMethodKey]int
transport.go#L110: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L971: t.idleConn = make(map[connectMethodKey][]*persistConn)
transport.go#L1084: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1189: key connectMethodKey // cm.key()
transport.go#L1427: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1435: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1464: func (t *Transport) decConnsPerHost(key connectMethodKey) {
transport.go#L1810: func (cm *connectMethod) key() connectMethodKey {
transport.go#L1819: return connectMethodKey{
transport.go#L1856: type connectMethodKey struct {
transport.go#L1861: func (k connectMethodKey) String() string {
transport.go#L1879: cacheKey connectMethodKey
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)